home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / texts / rdg2html.rdm < prev    next >
Text File  |  1996-05-20  |  2KB  |  82 lines

  1. Short:    Converts AmigaGuide files into a SINGLE OR SEVERAL HTML documents. RexxDoesAmigaGuide2HTML
  2. Author:   rmike@sbox.tu-graz.ac.at
  3. Uploader: rmike@sbox.tu-graz.ac.at
  4. Type:     docs/hyper
  5.  
  6. RDAG2HTML - Rexx Does AmigaGuide 2 HTML
  7.  
  8.     Written 1996 by Michael Ranner
  9.  
  10.         EMail: rmike@focus.co.at
  11.  
  12.         Homepage: http://www.sbox.tu-graz.ac.at/home/rmike
  13.  
  14.     Version 1.0
  15.  
  16.     RDAG2HTML is Public Domain.
  17.  
  18.         You may use it, modify it and distribute it all over the world!
  19.  
  20.         RDAG2HTML may not be used in commercial software!
  21.  
  22. BONUS
  23.  
  24.     As a bonus I have included RDHTML2AG V0.9 Rexx Does HTML 2 AmigaGuide.
  25.     It's still beta. It requires substitution of & > < and so on.
  26.     But better than nothing - it works!
  27.  
  28. Motivation
  29.  
  30.     There exists no converter, that can convert a Guide file into a single HTML
  31.     document. On the other side, on Aminet only two converter are available, the
  32.     one is a perl script, and the other has minor bugs. So I decided to write
  33.     a converter by my one in Rexx.
  34.  
  35. Installation
  36.  
  37.     copy RDAG2HTML to Rexx:
  38.  
  39. Usage
  40.  
  41.     Change in the directory, where you want the HTML documents.
  42.  
  43.     rx RDAG2HTML your.guide
  44.  
  45.         converts your guide in several files (each node, one file)
  46.  
  47.     rx RDAG2HTML your.guide your.html SINGLEFILE
  48.  
  49.         converts your guide in one single file
  50.  
  51.     rx RDAG2HTML ?
  52.  
  53.         prints the argument template Source/A Dest SingleFile/S.
  54.         The destination filename is only for the SINGLEFILE option necessary!
  55.  
  56. Future
  57.  
  58.     I have to write this stuff in C to speed it up. ARexx is fine but speed is
  59.     better :-)
  60.  
  61. Bugreport
  62.  
  63.     For minor bugs, you can eventually change the code by your self, but in any way,
  64.     if you have found an bug, please report to rmike@sbox.tu-graz.ac.at or
  65.     mranner@focus.co.at.
  66.  
  67. Suggestions
  68.  
  69.     Suggestions are welcome and should be send to rmike@sbox.tu-graz.ac.at or
  70.     mranner@focus.co.at.
  71.  
  72. Disclaimer
  73.  
  74.     THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 
  75.     ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  76.     THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  77.         ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
  78.     IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  79.         OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  80.  
  81.     Use it at your own risk!
  82.